home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / ncsat.cpt / Telnet2.5 final / main / event.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-05  |  635 b   |  57 lines

  1. extern void optionKeys
  2.   (
  3.     void
  4.   );
  5.  
  6. extern void optionKeysOff
  7.   (
  8.     void
  9.   );
  10.  
  11. extern int updateCursor
  12.   (
  13.     int force
  14.   );
  15.  
  16. extern void Wait4Mouse
  17.   (
  18.     void
  19.   );
  20.  
  21. extern void WaitSeconds                                    /* BYU 2.4.15 */
  22.   (                                                        /* BYU 2.4.15 */
  23.     int myseconds                                        /* BYU 2.4.15 */
  24.   );                                                    /* BYU 2.4.15 */
  25.  
  26. extern int getmacro
  27.   (
  28.     int n,
  29.     unsigned char *dest
  30.   );
  31.  
  32. extern void setmacro                /* Set macro number <n> to the value of s */
  33.   (
  34.     int n,
  35.     unsigned char *s
  36.   );
  37.  
  38. extern void initEvents
  39.   (
  40.     void
  41.   );
  42.  
  43. extern void DoEvents
  44.   (
  45.     void
  46.   );
  47.  
  48. extern void NoWindow
  49.   (
  50.     void
  51.   );
  52.  
  53. extern void JTime
  54.   (
  55.     int i
  56.   );
  57.